Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList<T> Class / ClearRange Method
Index of the starting.
The count.

In This Topic
    ClearRange Method (C1LengthList<T>)
    In This Topic
    Sets to the default length the items in the range for the specified parameters startingIndex and count.
    Syntax
    'Declaration
     
    
    Public Function ClearRange( _
       ByVal startingIndex As Integer, _
       ByVal count As Integer _
    ) As T
    public T ClearRange( 
       int startingIndex,
       int count
    )

    Parameters

    startingIndex
    Index of the starting.
    count
    The count.

    Return Value

    The delta value.
    See Also